home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / correjoaninha.swf / scripts / DefineButton2_183 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-03-07  |  104 b   |  6 lines

  1. on(release){
  2.    unloadMovie(_level1);
  3.    clearInterval(intvRecorde);
  4.    gotoAndStop("abertura");
  5. }
  6.